fvp: Increase stack size when SPM is enabled
authorAntonio Nino Diaz <[email protected]>
Thu, 18 Oct 2018 13:02:39 +0000 (14:02 +0100)
committerAntonio Nino Diaz <[email protected]>
Mon, 10 Dec 2018 16:37:46 +0000 (16:37 +0000)
Change-Id: Iec265dc85d44f35048d1fbcfbe55960d45570027
Signed-off-by: Antonio Nino Diaz <[email protected]>
plat/arm/board/fvp/include/platform_def.h

index 58b68abf91cbdb58fde2914b2b1b8de0edccabc8..31c5fdfbf9a5c903c27a7efc4175db27a0a6c257 100644 (file)
 # define PLATFORM_STACK_SIZE           UL(0x400)
 #elif defined(IMAGE_BL31)
 # if ENABLE_SPM
-#  define PLATFORM_STACK_SIZE          UL(0x500)
+#  define PLATFORM_STACK_SIZE          UL(0x600)
 # elif PLAT_XLAT_TABLES_DYNAMIC
 #  define PLATFORM_STACK_SIZE          UL(0x800)
 # else